salt-sdk
    Preparing search index...

    Interface CombineTxResponse

    interface CombineTxResponse {
        accountAddress: string;
        error?: any;
        signer: string;
        success: boolean;
        txId: string;
    }
    Index

    Properties

    accountAddress: string

    address of the salt account's smart contract

    '0x4838B106FCe9647Bdf1E7877BF73cE8B0BAD5f97'
    
    error?: any

    error

    
    
    signer: string

    address of the signer

    '0x4838B106FCe9647Bdf1E7877BF73cE8B0BAD5f97'
    
    success: boolean

    true when the combination of the signatures is succesful

    true
    
    txId: string

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

    '0x1'