Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DraftTransaction ¶
type DraftTransaction struct {
Outputs []Output `json:"-"`
}
DraftTransaction represents a request with specification for making a draft transaction.
func (*DraftTransaction) MarshalJSON ¶
func (dt *DraftTransaction) MarshalJSON() ([]byte, error)
MarshalJSON custom marshaller for DraftTransaction
func (*DraftTransaction) UnmarshalJSON ¶
func (dt *DraftTransaction) UnmarshalJSON(data []byte) error
UnmarshalJSON custom unmarshall logic for DraftTransaction
Click to show internal directories.
Click to hide internal directories.