Account Metadata
Every account on the DRM 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 records using filter.
- 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.