CallParams: {
    cachedState?: FullContractState;
    responsible?: boolean;
}

Type declaration

  • Optional cachedState?: FullContractState

    Cached contract state

  • Optional responsible?: boolean

    Whether to run the method locally as responsible.

    This will use internal message with unlimited account balance.