salt-sdk
    Preparing search index...

    Interface BroadcastTxResponse

    interface BroadcastTxResponse {
        accountAddress: string;
        error?: any;
        receipt?: Receipt;
        signer: string;
        txId: string;
    }
    Index

    Properties

    accountAddress: string

    address of the salt account's smart contract

    '0x4838B106FCe9647Bdf1E7877BF73cE8B0BAD5f97'
    
    error?: any

    error

    
    
    receipt?: Receipt

    instance of transaction receipt object

    
    
    signer: string

    address of the signer

    '0x4838B106FCe9647Bdf1E7877BF73cE8B0BAD5f97'
    
    txId: string

    hex representation of the transactionId, this is not the nonce, it uniquely identifies every proposed transaction

    '0x1'