stacks-fireblocks-sdk
    Preparing search index...

    Type Alias GetNativeBalanceResponse

    type GetNativeBalanceResponse = {
        balance?: number;
        error?: string;
        success: boolean;
    }
    Index

    Properties

    balance?: number
    error?: string
    success: boolean