@sentio/sdk
    Preparing search index...

    Interface UpdateValidatorNextEpochProtocolPubkeyPayload

    interface UpdateValidatorNextEpochProtocolPubkeyPayload {
        arguments?: IotaArgument[];
        arguments_decoded: [string, number[], string];
        function: string;
        module: string;
        package: string;
        type_arguments: [];
    }

    Hierarchy (View Summary)

    Index

    Properties

    arguments?: IotaArgument[]

    The arguments to the function.

    arguments_decoded: [string, number[], string]

    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.