Preparing search index...
The search index is not available
@solana/web3.js
@solana/web3.js
SimulatedTransactionResponse
Type Alias SimulatedTransactionResponse
Simulated
Transaction
Response
:
{
accounts
?:
(
SimulatedTransactionAccountInfo
|
null
)
[]
|
null
;
err
:
TransactionError
|
string
|
null
;
innerInstructions
?:
ParsedInnerInstruction
[]
|
null
;
logs
:
string
[]
|
null
;
returnData
?:
TransactionReturnData
|
null
;
unitsConsumed
?:
number
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@solana/web3.js
Loading...