UNPKG

@fioprotocol/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

14 lines (12 loc) 315 B
import {RawAction} from './RawAction' export type RawRequest = { expiration: string ref_block_num: number ref_block_prefix: number max_net_usage_words: number max_cpu_usage_ms: number delay_sec: number context_free_actions: [] actions: RawAction[] transaction_extensions: [], }