Documentation
¶
Index ¶
- func CreateMintRuneStoneOutput(runeId string) (*wire.TxOut, error)
- func CreateRuneStoneOutput(cli *Client, data RuneStone) (*wire.TxOut, error)
- func Decipher(script []byte) ([]byte, error)
- func Encipher(runesId string) ([]byte, error)
- func PushBytesInstructions(instructions *txscript.ScriptTokenizer) []byte
- type Client
- type CommitmentResponse
- type Edicts
- type EncipherResponse
- type EtchRequest
- type Etching
- type RuneStone
- type Terms
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateRuneStoneOutput ¶
func PushBytesInstructions ¶
func PushBytesInstructions(instructions *txscript.ScriptTokenizer) []byte
Types ¶
type CommitmentResponse ¶
type EncipherResponse ¶
type EtchRequest ¶
type Etching ¶
type Etching struct { Divisibility interface{} `json:"divisibility"` // 默认是nil, 有数据类型为int Premine *big.Int `json:"premine"` Rune interface{} `json:"rune"` // runes name,默认是nil, 有数据类型为string Spacers interface{} `json:"spacers"` // 默认是nil, 有数据类型为int Symbol interface{} `json:"symbol"` // 默认是nil, 有数据需要时string,单个字符 Terms *Terms `json:"terms"` Turbo bool `json:"turbo"` }
Click to show internal directories.
Click to hide internal directories.