Documentation ¶
Index ¶
Constants ¶
View Source
const NON_TRANSFERABLE_ACCOUNT_SIZE = 0
View Source
const NON_TRANSFERABLE_SIZE = 0
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NonTransferable ¶
type NonTransferable struct{}
NonTransferable Struct Indicates that the tokens from this mint can't be transfered
func (*NonTransferable) MarshalWithEncoder ¶
func (obj *NonTransferable) MarshalWithEncoder(encoder *binary.Encoder) (err error)
func (*NonTransferable) UnmarshalWithDecoder ¶
func (obj *NonTransferable) UnmarshalWithDecoder(decoder *binary.Decoder) (err error)
type NonTransferableAccount ¶
type NonTransferableAccount struct{}
NonTransferableAccount Struct Indicates that the tokens from this account belong to a non-transferable mint
func (*NonTransferableAccount) MarshalWithEncoder ¶
func (obj *NonTransferableAccount) MarshalWithEncoder(encoder *binary.Encoder) (err error)
func (*NonTransferableAccount) UnmarshalWithDecoder ¶
func (obj *NonTransferableAccount) UnmarshalWithDecoder(decoder *binary.Decoder) (err error)
Click to show internal directories.
Click to hide internal directories.