Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BridgeParam ¶
type BridgeParam struct {
Relay bool `json:"relay"`
Referrer common.Address `json:"referrer"`
TransferId [32]byte `json:"transferId"`
GasLimit *big.Int `json:"gasLimit"`
SwapData []byte `json:"swapData"`
}
func DecodeBridgeParam ¶
func DecodeBridgeParam(_bridgeData []byte) (*BridgeParam, error)
Click to show internal directories.
Click to hide internal directories.