@mcchadwick/fiosdk
Version:
The Foundation for Interwallet Operability (FIO) is a consortium of leading blockchain wallets, exchanges and payments providers that seeks to accelerate blockchain adoption by reducing the risk, complexity, and inconvenience of sending and receiving cryp
12 lines • 452 B
text/typescript
export enum EndPoint {
newFundsRequest = 'new_funds_request',
registerFioAddress = 'register_fio_address',
registerFioDomain = 'register_fio_domain',
renewFioDomain = 'renew_fio_domain',
renewFioAddress = 'renew_fio_address',
addPubAddress = 'add_pub_address',
setFioDomainPublic = 'set_fio_domain_public',
rejectFundsRequest = 'reject_funds_request',
recordObtData = 'record_obt_data',
transferTokens = 'transfer_tokens_pub_key',
}