Type Alias WriteSetChangeDeleteResource

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