sendAndConfirmDurableNonceTransactionFactory
Call Signature
sendAndConfirmDurableNonceTransactionFactory(
config
):SendAndConfirmDurableNonceTransactionFunction
Returns a function that you can call to send a nonce-based transaction to the network and to wait until it has been confirmed.
Parameters
Parameter | Type | Description |
---|---|---|
config | SendAndConfirmDurableNonceTransactionFactoryConfig <"devnet" > |
Returns
SendAndConfirmDurableNonceTransactionFunction
Example
Call Signature
sendAndConfirmDurableNonceTransactionFactory(
config
):SendAndConfirmDurableNonceTransactionFunction
Returns a function that you can call to send a nonce-based transaction to the network and to wait until it has been confirmed.
Parameters
Parameter | Type | Description |
---|---|---|
config | SendAndConfirmDurableNonceTransactionFactoryConfig <"testnet" > |
Returns
SendAndConfirmDurableNonceTransactionFunction
Example
Call Signature
sendAndConfirmDurableNonceTransactionFactory(
config
):SendAndConfirmDurableNonceTransactionFunction
Returns a function that you can call to send a nonce-based transaction to the network and to wait until it has been confirmed.
Parameters
Parameter | Type | Description |
---|---|---|
config | SendAndConfirmDurableNonceTransactionFactoryConfig <"mainnet" > |
Returns
SendAndConfirmDurableNonceTransactionFunction