@sentio/sdk
    Preparing search index...

    Interface SetCandidateValidatorGasPricePayload

    interface SetCandidateValidatorGasPricePayload {
        arguments?: SuiArgument[];
        arguments_decoded: [string, string, bigint];
        function: string;
        module: string;
        package: string;
        type_arguments: [];
    }

    Hierarchy (View Summary)

    Index

    Properties

    arguments?: SuiArgument[]

    The arguments to the function.

    arguments_decoded: [string, string, bigint]

    decoded argument data using ABI, undefined if there is decoding error, usually because the ABI/data mismatch

    function: string

    The function to be called.

    module: string

    The specific module in the package containing the function.

    package: string

    The package containing the module and function.

    type_arguments: []

    The type arguments to the function.