Documentation ¶ Index ¶ 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 SuiDryRunTransactionBlock ¶ func SuiDryRunTransactionBlock(ctx context.Context, serverUrl string, txBytes string) (map[string]interface{}, error) func SuiExecuteTransactionBlock ¶ func SuiExecuteTransactionBlock(ctx context.Context, serverUrl string, txBytes string, signatures string) (map[string]interface{}, error) Types ¶ type TxBytesMessage ¶ type TxBytesMessage struct { TxBytes string `json:"txBytes"` } Source Files ¶ View all Source files api.gomsg.go Click to show internal directories. Click to hide internal directories.