salt-sdk
    Preparing search index...

    Interface SignTxResponse

    interface SignTxResponse {
        accountAddress: string;
        error?: any;
        locked?: boolean;
        receipt?: ContractReceipt;
        signer: string;
        txId: string;
    }
    Index

    Properties

    accountAddress: string

    address of the salt account's smart contract

    '0x4838B106FCe9647Bdf1E7877BF73cE8B0BAD5f97'
    
    error?: any

    error

    locked?: boolean

    resource lock of the robos, if true it means another signer is currently using the robos.

    true
    
    receipt?: ContractReceipt

    ethers.js 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'