Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Deposit ¶
type Deposit struct {
Transaction *types.Transaction
}
func NewDeposit ¶
func NewDeposit(scripts *utils.SystemScripts, isMultisig bool) *Deposit
func (*Deposit) AddDaoOutput ¶
type WithdrawPhase1 ¶
type WithdrawPhase1 struct {
Transaction *types.Transaction
}
func NewWithdrawPhase1 ¶
func NewWithdrawPhase1(scripts *utils.SystemScripts, isMultisig bool) *WithdrawPhase1
func (*WithdrawPhase1) AddDaoDepositTick ¶
type WithdrawPhase2 ¶
type WithdrawPhase2 struct {
Transaction *types.Transaction
}
func NewWithdrawPhase2 ¶
func NewWithdrawPhase2(scripts *utils.SystemScripts, isMultisig bool) *WithdrawPhase2
func (*WithdrawPhase2) AddDaoWithdrawTick ¶
Click to show internal directories.
Click to hide internal directories.