Skip to content

Latest commit

 

History

History
36 lines (19 loc) · 1.39 KB

File metadata and controls

36 lines (19 loc) · 1.39 KB

WriteCallFunctionDtoAbiFunction

Properties

Name Type Description Notes
stateMutability string [default to undefined]
type string [default to undefined]
name string The name of the instruction [default to undefined]
inputs Array<ParameterWithValue> [default to undefined]
discriminator Array<number> The discriminator for the instruction. Acts as a function selector [default to undefined]
accounts Array<SOLAccountWithValue> [default to undefined]
args Array<SolParameterWithValue> The arguments of the instruction [default to undefined]
outputs Array<Parameter> [optional] [default to undefined]
description string [optional] [default to undefined]

Enum: WriteCallFunctionDtoAbiFunctionStateMutabilityEnum

  • Payable (value: 'payable')

  • Nonpayable (value: 'nonpayable')

Enum: WriteCallFunctionDtoAbiFunctionTypeEnum

  • Function (value: 'function')

[Back to top] [Back to API list] [Back to Model list] [Back to README]