Documentation
    Preparing search index...

    Contains data related to the gas payment for a Transaction

    interface GasData {
        budget: string | number | null;
        owner: string | null;
        payment: { digest: string; objectId: string; version: string }[] | null;
        price: string | number | null;
    }
    Index

    Properties

    budget: string | number | null

    The budget set for this transaction

    owner: string | null

    The owner of the gas coins used to fund the transactions, this is either the sender or the gas sponsor

    payment: { digest: string; objectId: string; version: string }[] | null

    The list of SUI coins to fund the transaction

    price: string | number | null

    The gas price used for this transaction