Documentation
¶
Index ¶
- func SendRpc[RES any](ctx context.Context, serverUrl string, request *suirpcmsg.RpcRequest) (*suirpcmsg.RpcResponse[RES], error)
- func SuiDryRunTransactionBlock(ctx context.Context, serverUrl string, txBytes string) (map[string]interface{}, error)
- func SuiExecuteTransactionBlock(ctx context.Context, serverUrl string, txBytes string, signatures string) (map[string]interface{}, error)
- type TxBytesMessage
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SendRpc ¶
func SendRpc[RES any](ctx context.Context, serverUrl string, request *suirpcmsg.RpcRequest) (*suirpcmsg.RpcResponse[RES], error)
Types ¶
type TxBytesMessage ¶
type TxBytesMessage struct {
TxBytes string `json:"txBytes"`
}
Click to show internal directories.
Click to hide internal directories.