Documentation

    Contains data related to the gas payment for a Transaction

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

    Properties

    budget: null | string | number

    The budget set for this transaction

    owner: null | string

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

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

    The list of SUI coins to fund the transaction

    price: null | string | number

    The gas price used for this transaction

    MMNEPVFCICPMFPCPTTAAATR