Skip to main content

Account Metadata

Every account on the DRM ledger can have associated metadata, and this AccountMetadata can be created either:

  • When an account is created, AccountMetadata can be included and then the record is automatically created.
  • After an account is created, AccountMetadata can 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
M10 REPLFOO

Update

Update an AccountMetadata record.

  • Rust
  • TypeScript
  • Dart
  • CLI
M10 REPLFOO

Delete

Delete an AccountMetadata record.

  • Rust
  • TypeScript
  • Dart
  • CLI
M10 REPLFOO


List (Find)

List AccountMetadata records using filter.

  • Rust
  • TypeScript
  • Dart
  • CLI
M10 REPLFOO

Get

Get an AccountMetadata record.

  • Rust
  • TypeScript
  • Dart
  • CLI
M10 REPLFOO

HTTP/1

To submit requests over HTTP/1 instead of HTTP/2 with the SDKs, use the http option.