• Parameters

    • __namedParameters: Props

    Returns {
        checkoutOperation: null | CheckoutOperation;
        checkoutOperationReactiveState: {
            chainFrom: undefined | Chain;
            isInitiated: undefined | boolean;
            status: undefined | CheckoutOperationStatus;
        };
    }

    • checkoutOperation: null | CheckoutOperation
    • checkoutOperationReactiveState: {
          chainFrom: undefined | Chain;
          isInitiated: undefined | boolean;
          status: undefined | CheckoutOperationStatus;
      }
      • chainFrom: undefined | Chain
      • isInitiated: undefined | boolean
      • status: undefined | CheckoutOperationStatus

Generated using TypeDoc