Type alias WriteResource

WriteResource: {
    address: Address;
    data: MoveResource;
    state_key_hash: string;
}

Write a resource or update an existing one

Type declaration

Generated using TypeDoc