type DelegationOperationElem struct {
    GenericOperationElem `yaml:",inline"`
    Source               string                      `json:"source" yaml:"source"`
    Fee                  *BigInt                     `json:"fee" yaml:"fee"`
    Counter              *BigInt                     `json:"counter" yaml:"counter"`