NewDeleteClaim creates a new claim to delete a target claim or permanode.
(target blob.Ref)
| 894 | |
| 895 | // NewDeleteClaim creates a new claim to delete a target claim or permanode. |
| 896 | func NewDeleteClaim(target blob.Ref) *Builder { |
| 897 | return newClaim(&claimParam{ |
| 898 | target: target, |
| 899 | claimType: DeleteClaim, |
| 900 | }) |
| 901 | } |
| 902 | |
| 903 | // ShareHaveRef is the auth type specifying that if you "have the |
| 904 | // reference" (know the blobref to the haveref share blob), then you |