Documentation ¶
Index ¶
Constants ¶
View Source
const EnableRbfNoLockTime = wire.MaxTxInSequenceNum - 2
View Source
const MaxStandardTxWeight = blockchain.MaxBlockWeight / 10
Variables ¶
This section is empty.
Functions ¶
func CreateEmptyTx ¶
Types ¶
type MintTxBuilder ¶
type MintTxBuilder struct {
// contains filtered or unexported fields
}
func NewMintTxBuilder ¶
func NewMintTxBuilder(private *btcec.PrivateKey, net *chaincfg.Params) *MintTxBuilder
func (*MintTxBuilder) BuildMintTx ¶
func (etb *MintTxBuilder) BuildMintTx(prev PrevInfo, req runes.EtchRequest) (*wire.MsgTx, error)
Click to show internal directories.
Click to hide internal directories.