Type Alias AccountData

AccountData: {
    authentication_key: string;
    sequence_number: string;
}

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