Documentation
¶
Index ¶
- Constants
- func ChecksumOf(value string) string
- func FioAddressAt(domain string) string
- func FioDomain() string
- func HexToBytes(hexData string) string
- func IncrementingFloat() float64
- func IncrementingInt() int64
- func InvalidFioAddressAt(domain string) string
- func InvalidFioDomain() string
- func MaxAddPubAddress() string
- func MaxInt(size string) uint64
- func MaxNewFundsContent() string
- func MaxProducerUrl() string
- func MaxRandomFioAddressAt(domain string) string
- func MaxRandomFioDomain() string
- func MaxRecObtContent() string
- func MaxVoteProducers(url string) interface{}
- func NewPubAddress(user *fio.Account) (address string, chain string)
- func OverFlowInt(size int, signed bool) string
- func RandomActor() eos.AccountName
- func RandomAddAddress(count int) string
- func RandomBytes(size int, encode int8) interface{}
- func RandomChecksum() eos.Checksum256
- func RandomExistingFioAddress(url string) string
- func RandomFioPubKey() string
- func RandomFloat(size int) float64
- func RandomInt128() string
- func RandomString(length int) string
- func ResetIncrement()
- func SignatureFor(value string, key *fio.Account) string
- type RandomNumberResult
Constants ¶
View Source
const ( EncodeRaw int8 = iota EncodeHexString EncodeBase64 )
Variables ¶
This section is empty.
Functions ¶
func ChecksumOf ¶
func FioAddressAt ¶
func HexToBytes ¶
func IncrementingFloat ¶
func IncrementingFloat() float64
func IncrementingInt ¶
func IncrementingInt() int64
func InvalidFioAddressAt ¶
func InvalidFioDomain ¶
func InvalidFioDomain() string
func MaxAddPubAddress ¶
func MaxAddPubAddress() string
func MaxNewFundsContent ¶
func MaxNewFundsContent() string
func MaxProducerUrl ¶
func MaxProducerUrl() string
func MaxRandomFioAddressAt ¶
func MaxRandomFioDomain ¶
func MaxRandomFioDomain() string
func MaxRecObtContent ¶
func MaxRecObtContent() string
func MaxVoteProducers ¶
func MaxVoteProducers(url string) interface{}
func NewPubAddress ¶
func OverFlowInt ¶
func RandomActor ¶
func RandomActor() eos.AccountName
func RandomAddAddress ¶
func RandomBytes ¶
func RandomChecksum ¶
func RandomChecksum() eos.Checksum256
func RandomFioPubKey ¶
func RandomFioPubKey() string
func RandomFloat ¶
func RandomInt128 ¶
func RandomInt128() string
func RandomString ¶
func ResetIncrement ¶
func ResetIncrement()
func SignatureFor ¶
Types ¶
type RandomNumberResult ¶
type RandomNumberResult struct {
// contains filtered or unexported fields
}
func RandomInteger ¶
func RandomInteger(size int) RandomNumberResult
func RandomNumber ¶
func RandomNumber() RandomNumberResult
func (RandomNumberResult) AbiType ¶
func (rn RandomNumberResult) AbiType() string
func (RandomNumberResult) ConvertFunc ¶
func (rn RandomNumberResult) ConvertFunc() func(s interface{}) interface{}
func (RandomNumberResult) Interface ¶
func (rn RandomNumberResult) Interface() interface{}
func (RandomNumberResult) String ¶
func (rn RandomNumberResult) String() string
Click to show internal directories.
Click to hide internal directories.