Documentation ¶
Index ¶
- func NewStakingInfoFromValue(value cadence.Value) map[string]interface{}
- func ParseArguments(args []string, argsJSON string) (scriptArgs []cadence.Value, err error)
- func ParseArgumentsCommaSplit(input []string) ([]cadence.Value, error)
- func ParseArgumentsJSON(input string) ([]cadence.Value, error)
- type CadenceArgument
- type Event
- type Events
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewStakingInfoFromValue ¶
func ParseArguments ¶
Types ¶
type CadenceArgument ¶
func (CadenceArgument) MarshalJSON ¶
func (v CadenceArgument) MarshalJSON() ([]byte, error)
func (*CadenceArgument) UnmarshalJSON ¶
func (v *CadenceArgument) UnmarshalJSON(b []byte) (err error)
type Events ¶
type Events []Event
func EventsFromTransaction ¶
func EventsFromTransaction(tx *flow.TransactionResult) Events
func (*Events) GetAddress ¶
func (e *Events) GetAddress() *flow.Address
Click to show internal directories.
Click to hide internal directories.