CallParams: {
    cachedState?: FullContractState;
    responsible?: boolean;
    withSignatureId?: boolean | number;
}

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.

  • Optional withSignatureId?: boolean | number

    Whether to use the signature id during signature verification (true by default).

    • If true, uses the signature id of the selected network (if the capability is enabled).
    • If false, forces signature check to ignore any signature id.
    • If number, uses the specified number as a signature id.