Type alias WriteSetChangeDeleteResource

WriteSetChangeDeleteResource: {
    address: string;
    resource: string;
    state_key_hash: string;
    type: string;
}

Type declaration

  • address: string
  • resource: string
  • state_key_hash: string
  • type: string

Generated using TypeDoc