• Parameters

    • __namedParameters: {
          balance: number | bigint;
          type?: string;
          useGasCoin?: boolean;
      }
      • balance: number | bigint
      • Optional type?: string
      • Optional useGasCoin?: boolean

    Returns ((tx) => TransactionResult)