Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ParseCheque ¶
func ParseCheque(params []smartcontract.Parameter) (event.Event, error)
ParseCheque from notification into cheque structure.
func ParseDeposit ¶
func ParseDeposit(params []smartcontract.Parameter) (event.Event, error)
ParseDeposit notification into deposit structure.
func ParseWithdraw ¶
func ParseWithdraw(params []smartcontract.Parameter) (event.Event, error)
ParseWithdraw notification into withdraw structure.
Types ¶
type Cheque ¶
type Cheque struct {
// contains filtered or unexported fields
}
Cheque structure of neofs.Cheque notification from mainnet chain.
func (Cheque) LockAccount ¶
LockAccount return script hash for balance contract wallet.
func (Cheque) MorphEvent ¶
func (Cheque) MorphEvent()
MorphEvent implements Neo:Morph Event interface.
type Deposit ¶
type Deposit struct {
// contains filtered or unexported fields
}
Deposit structure of neofs.Deposit notification from mainnet chain.
func (Deposit) MorphEvent ¶
func (Deposit) MorphEvent()
MorphEvent implements Neo:Morph Event interface.
type Withdraw ¶
type Withdraw struct {
// contains filtered or unexported fields
}
Withdraw structure of neofs.Withdraw notification from mainnet chain.
func (Withdraw) MorphEvent ¶
func (Withdraw) MorphEvent()
MorphEvent implements Neo:Morph Event interface.
Click to show internal directories.
Click to hide internal directories.