Type alias WriteSetChangeWriteResource

WriteSetChangeWriteResource: {
    address: string;
    data: MoveResource;
    state_key_hash: string;
    type: string;
}

Type declaration

  • address: string
  • data: MoveResource
  • state_key_hash: string
  • type: string

Generated using TypeDoc