stacks-fireblocks-sdk
    Preparing search index...

    Type Alias CreateTransactionResponse

    type CreateTransactionResponse = {
        error?: string;
        success: boolean;
        txHash?: string;
    }
    Index

    Properties

    error?: string
    success: boolean
    txHash?: string