Documentation ¶
Index ¶
Constants ¶
View Source
const MINT_CLOSE_AUTHORITY_SIZE = 32
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MintCloseAuthority ¶
type MintCloseAuthority struct { // Optional authority to close the mint CloseAuthority common.PublicKey }
MintCloseAuthority Struct Close authority extension data for mints.
func (*MintCloseAuthority) MarshalWithEncoder ¶
func (obj *MintCloseAuthority) MarshalWithEncoder(encoder *binary.Encoder) (err error)
func (*MintCloseAuthority) UnmarshalWithDecoder ¶
func (obj *MintCloseAuthority) UnmarshalWithDecoder(decoder *binary.Decoder) (err error)
Click to show internal directories.
Click to hide internal directories.