Interface VMStateChangeCallArg

Hierarchy

  • VMStateChangeCallArg

Properties

attrib: {
    arguments: any;
    contract_address: string;
    deposit?: number;
    function: string;
    is_argument_object: Boolean;
}

Type declaration

  • arguments: any
  • contract_address: string
  • Optional deposit?: number
  • function: string
  • is_argument_object: Boolean
fee_limit?: number
nonce?: number
private_key: string

Generated using TypeDoc