Type alias ReadSCParams

ReadSCParams: CallSCCommons & OperationParams & {
    caller?: string;
}

Type declaration

  • Optional caller?: string