Type alias AddressDatastoreKeysParam

AddressDatastoreKeysParam: {
    address: string;
    final: boolean;
    prefix: string | Uint8Array;
}

Type declaration

  • address: string
  • final: boolean
  • prefix: string | Uint8Array