Type alias TxParameter

TxParameter: {
    entrypoint?: string | null;
    value?: any | null;
}

Type declaration

  • Optional entrypoint?: string | null
  • Optional value?: any | null

Generated using TypeDoc