Documentation
¶
Overview ¶
Package icap
@author: xwc1125
Package icap ¶
@author: xwc1125
Package icap ¶
@author: xwc1125 @date: 2021/4/14
Package icap ¶
@author: xwc1125
Index ¶
- Variables
- func AddressPrettyFromIban(tAddr string) (addressPretty, error)
- func ConvertAddressToICAP(prefix string, orgCode string, a types.Address) string
- func ConvertICAPToAddress(prefix string, orgCodeLen int, s string) (types.Address, error)
- func LeftJoin(str string, resultLen int) string
- func NewAddressPretty(chainName string, address types.Address) addressPretty
- func ValidCheckSumWithLen(prefixLen, orgCodeLen int, s string) error
- type Customer
- type IBanInfo
- type THash
Constants ¶
This section is empty.
Variables ¶
View Source
var ( AddressPrettyPrefix = 4 AddressPrettyLen = 37 EmptyAddressPretty = addressPretty{ Addr: types.EmptyAddress, } )
Functions ¶
func AddressPrettyFromIban ¶
AddressPrettyFromIban 字符串转对象
func ConvertAddressToICAP ¶
func ConvertICAPToAddress ¶
func NewAddressPretty ¶
func ValidCheckSumWithLen ¶ added in v1.0.4
Types ¶
type Customer ¶
type Customer struct {
// contains filtered or unexported fields
}
func NewCustomer ¶
type IBanInfo ¶
type IBanInfo struct {
// contains filtered or unexported fields
}
func NewIBanInfo ¶
func (*IBanInfo) CurrencyLen ¶
func (*IBanInfo) CustomerLen ¶
func (*IBanInfo) OrgCodeLen ¶
Click to show internal directories.
Click to hide internal directories.