Documentation ¶
Index ¶
- func Bond(api *sdk.SubstrateAPI, seed string, WaitForInclusion sdk.WaitFor, amount int64, ...) (types.Hash, types.Hash, error)
- func BondExtra(api *sdk.SubstrateAPI, seed string, WaitForInclusion sdk.WaitFor, amount int64) (types.Hash, types.Hash, error)
- func Chill(api *sdk.SubstrateAPI, seed string, WaitForInclusion sdk.WaitFor) (types.Hash, types.Hash, error)
- func ChillOther(api *sdk.SubstrateAPI, seed string, WaitForInclusion sdk.WaitFor, stash string) (types.Hash, types.Hash, error)
- func CreateApplicationKey(api *sdk.SubstrateAPI, seed string, data string, WaitForInclusion sdk.WaitFor) (types.Hash, types.Hash, error)
- func Nominate(api *sdk.SubstrateAPI, seed string, WaitForInclusion sdk.WaitFor, ...) (types.Hash, types.Hash, error)
- func SetApplicationKey(api *sdk.SubstrateAPI, seed string, WaitForInclusion sdk.WaitFor, ...) (types.Hash, types.Hash, error)
- func SetSubmitDataFeeModifier(api *sdk.SubstrateAPI, seed string, WaitForInclusion sdk.WaitFor, ...) (types.Hash, types.Hash, error)
- func SubmitBlockLength(api *sdk.SubstrateAPI, seed string, WaitForInclusion sdk.WaitFor, rows uint32, ...) (types.Hash, types.Hash, error)
- func SubmitData(api *sdk.SubstrateAPI, seed string, AppID int, data string, ...) (types.Hash, types.Hash, error)
- func TransferAll(api *sdk.SubstrateAPI, seed string, WaitForInclusion sdk.WaitFor, dest string) (types.Hash, types.Hash, error)
- func TransferAllowDeath(api *sdk.SubstrateAPI, seed string, WaitForInclusion sdk.WaitFor, dest string, ...) (types.Hash, types.Hash, error)
- func TransferKeepAlive(api *sdk.SubstrateAPI, seed string, WaitForInclusion sdk.WaitFor, dest string, ...) (types.Hash, types.Hash, error)
- func Unbond(api *sdk.SubstrateAPI, seed string, WaitForInclusion sdk.WaitFor, ...) (types.Hash, types.Hash, error)
- func Validate(api *sdk.SubstrateAPI, seed string, WaitForInclusion sdk.WaitFor, ...) (types.Hash, types.Hash, error)
- type WaitFor
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ChillOther ¶
func CreateApplicationKey ¶
func SetApplicationKey ¶
func SubmitBlockLength ¶
func SubmitData ¶
func SubmitData(api *sdk.SubstrateAPI, seed string, AppID int, data string, WaitForInclusion sdk.WaitFor) (types.Hash, types.Hash, error)
SubmitData submits data to the chain
func TransferAll ¶
func TransferAllowDeath ¶
func TransferKeepAlive ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.