@aptos-labs/ts-sdk - v5.1.4
    Preparing search index...

    Type Alias AccountData

    The data associated with an account, including its sequence number.

    type AccountData = {
        authentication_key: string;
        sequence_number: string;
    }
    Index

    Properties

    authentication_key: string
    sequence_number: string