Type alias CallSCParams

CallSCParams: CallSCCommons & OperationParams & {
    periodToLive?: number;
}

Type declaration

  • Optional periodToLive?: number