Interface AccountInfo

interface AccountInfo {
    authentication_key: string;
    sequence_number: bigint;
}

Properties

authentication_key: string
sequence_number: bigint