Documentation
¶
Index ¶
Constants ¶
View Source
const ( CELO_COIN = 2147525868 AddrSignature string = "0x3b3b57de" MulticoinSignature string = "0xf1cb7e06" )
Variables ¶
View Source
var ( ErrUnsupportedFunction = errors.New("unsupported function") ErrNameValidation = errors.New("could not validate encoded name in inner data") )
Functions ¶
This section is empty.
Types ¶
type CCIPErrResponse ¶
type CCIPErrResponse struct {
Message string `json:"message"`
}
type CCIPOKResponse ¶
type CCIPOKResponse struct {
Data string `json:"data"`
}
type CCIPParams ¶
type ErrResponse ¶
type JWTCustomClaims ¶
type OKResponse ¶
type PublicAddressParam ¶
type PublicAddressParam struct {
Address string `validate:"required,eth_addr_checksum"`
}
type RegisterRequest ¶
type UpdateRequest ¶
type UpsertRequest ¶
Click to show internal directories.
Click to hide internal directories.