salt-sdk
    Preparing search index...

    Interface Receipt

    interface Receipt {
        blockHash: string;
        effectiveGasPrice: string;
        gasUsed: string;
        status: number;
        transactionHash: string;
    }
    Index

    Properties

    blockHash: string

    block hash of the block in which the transaction was included

    '0xf47694b502f090d36a6d2281b016fceb260f6321a624dc780c178f1a126ea58f'
    
    effectiveGasPrice: string

    gas paid per unit of gas, in wei

    '777473623'
    
    gasUsed: string

    gas used by the transaction

    '22500'
    
    status: number

    status of the broadcasted transaction, 1 for success, 0 for failure

    1
    
    transactionHash: string

    transaction hash for the transaction

    '0xca8e42cca3cbb373ef1215a30b6a862f93758c8df5c0ce28390a39a80b867c36'