Documentation ¶
Index ¶
- func CadanceConvertString(val cadence.Value) (string, error)
- func CadenceConvertStringArray(value cadence.Value) ([]string, error)
- func CadenceConvertUint32(value cadence.Value) (uint32, error)
- func CadenceConvertUint64(value cadence.Value) (uint64, error)
- func CadenceConvertUint8(value cadence.Value) (uint8, error)
- func CheckRewardPaidEvent(flowClient client.Proxy) (bool, error)
- func SplitDelegatorNodeInfo(inputarr []types.DelegatorNodeInfo, paramsNumber int) [][]types.DelegatorNodeInfo
- func TestAuthProxyTestSuite(t *testing.T)
- func TestDbProxyTestSuite(t *testing.T)
- func WatchMethod(method func() error)
- type DbProxyTestSuite
- type ProxyTestSuite
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SplitDelegatorNodeInfo ¶
func SplitDelegatorNodeInfo(inputarr []types.DelegatorNodeInfo, paramsNumber int) [][]types.DelegatorNodeInfo
func TestAuthProxyTestSuite ¶
func TestDbProxyTestSuite ¶
func WatchMethod ¶
func WatchMethod(method func() error)
WatchMethod allows to watch for a method that returns an error. It executes the given method in a goroutine, logging any error that might raise.
Types ¶
type DbProxyTestSuite ¶
type DbProxyTestSuite struct { ProxyTestSuite Database *database.Db }
func (*DbProxyTestSuite) SetupTest ¶
func (suite *DbProxyTestSuite) SetupTest()
type ProxyTestSuite ¶
func (*ProxyTestSuite) SetupTest ¶
func (suite *ProxyTestSuite) SetupTest()
Click to show internal directories.
Click to hide internal directories.