Documentation ¶ Index ¶ type T func (t *T) Validate() error type WR Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type T ¶ type T struct { ID string `json:"id,omitempty"` State string `json:"state,omitempty"` StateChanged int64 `json:"state_changed,omitempty"` *WR Receipt json.RawMessage `json:"receipt,omitempty"` } func (*T) Validate ¶ func (t *T) Validate() error type WR ¶ type WR = withdrawalrequest.T field rename Source Files ¶ View all Source files withdrawal.go Click to show internal directories. Click to hide internal directories.