New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

@moneymafia/autopayninja-sdk

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@moneymafia/autopayninja-sdk

Install

unpublished
latest
Source
npmnpm
Version
1.1.1
Version published
Maintainers
1
Created
Source

Auto Pay Ninja SDK

Install

npm i @moneymafia/autopayninja-sdk

Graoh QL Definations

type subscriptionList @entity {
	id: ID!
	active: Boolean!
	txn: Bytes! # address
	timestamp: BigInt! # uint256
	sub: Bytes! # uint256
	plan: Bytes! # uint256
	boss: Bytes! # address
	user: Bytes! # address
	cost: BigInt! # uint256
	token: Bytes! # address
	token_name: String! # string
	token_symbol: String! # string
	token_decimal: BigInt! # uint8
}

type transferList @entity {
	id: ID!
	txn: Bytes! # address
	timestamp: BigInt! # uint256
	sub: Bytes! # address
    plan: Bytes! # uint256
	user: Bytes! # address
	boss: Bytes! # address
	amount: BigInt! # uint256
	token: Bytes! # address
	token_name: String! # string
	token_symbol: String! # string
    token_decimal: BigInt!
	token_balance: BigInt! # uint256
	token_allowance: BigInt! # uint256
}

FAQs

Package last updated on 07 Sep 2022

Related posts