(permaNode blob.Ref, attr, value string)
| 872 | } |
| 873 | |
| 874 | func NewAddAttributeClaim(permaNode blob.Ref, attr, value string) *Builder { |
| 875 | return newClaim(&claimParam{ |
| 876 | permanode: permaNode, |
| 877 | claimType: AddAttributeClaim, |
| 878 | attribute: attr, |
| 879 | value: value, |
| 880 | }) |
| 881 | } |
| 882 | |
| 883 | // NewDelAttributeClaim creates a new claim to remove value from the |
| 884 | // values set for the attribute attr of permaNode. If value is empty then |