View Source Aptos.BcsClient (Aptos v0.2.4)

BCS endpoint for submitting and testflighting transactions

Link to this section Summary

Functions

Submits a transaction.

Testflight (simulate) a transaction.

Link to this section Functions

@spec submit_tx(binary()) :: Aptos.Client.Result.from_tesla()

Submits a transaction.

Link to this function

testflight_tx(dummy_signed_bcs)

View Source
@spec testflight_tx(binary()) :: Aptos.Client.Result.from_tesla()

Testflight (simulate) a transaction.