Account Metadata
Every account on the M10 ledger can have associated metadata, and this AccountMetadata can be created either:
- When an account is created,
AccountMetadatacan be included and then the record is automatically created. - After an account is created,
AccountMetadatacan be added.
In fact, multiple AccountMetadata records can be associated with an account on the ledger.
Model
The data model for AccountMetadata is defined in model.proto:
Create
Create an AccountMetadata record.
- Rust
- TypeScript
- Dart
- CLI
Update
Update an AccountMetadata record.
- Rust
- TypeScript
- Dart
- CLI
Delete
Delete an AccountMetadata record.
- Rust
- TypeScript
- Dart
- CLI
List (Find)
List AccountMetadata by --owner, --name (text or partial text), or --public-name (text or partial text).
- Rust
- TypeScript
- Dart
- CLI
Get
Get an AccountMetadata record.
- Rust
- TypeScript
- Dart
- CLI
HTTP/1
To submit requests over HTTP/1 instead of HTTP/2 with the SDKs, use the http option.