Documentation ¶
Index ¶
- func DryRunTransactionBlock[RES any](ctx context.Context, serverUrl string, txBytes string) (*RES, error)
- func ExecuteTransactionBlock[RES any](ctx context.Context, serverUrl string, txBytes string, signatures string) (*RES, error)
- type CoinMetadata
- type CoinType
- type DigestMessage
- type EffectsStatusStatusMessage
- type TxBytesMessage
- type ValueMessage
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DryRunTransactionBlock ¶ added in v0.0.4
Types ¶
type CoinMetadata ¶ added in v0.0.5
type CoinType ¶ added in v0.0.4
type DigestMessage ¶ added in v0.0.4
type DigestMessage struct {
Digest string `json:"digest"`
}
type EffectsStatusStatusMessage ¶ added in v0.0.4
type EffectsStatusStatusMessage struct { Effects struct { Status struct { Status string `json:"status"` } `json:"status"` } `json:"effects"` }
type TxBytesMessage ¶
type TxBytesMessage struct {
TxBytes string `json:"txBytes"`
}
type ValueMessage ¶ added in v0.0.8
type ValueMessage struct {
Value string `json:"value"`
}
Click to show internal directories.
Click to hide internal directories.