@aptos-labs/ts-sdk - v7.1.0
    Preparing search index...

    Type Alias ClaimedEntryFunctionResponse

    Claimed entry function metadata on encrypted transaction payloads (REST API uses name for the optional function identifier).

    type ClaimedEntryFunctionResponse = {
        module: string;
        name?: string;
    }
    Index

    Properties

    Properties

    module: string
    name?: string