Type alias AccountData

AccountData: {
    authentication_key: HexEncodedBytes;
    sequence_number: U64;
}

Account data

A simplified version of the onchain Account resource

Type declaration

Generated using TypeDoc