@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
13 lines • 366 B
TypeScript
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: [];
};
//# sourceMappingURL=RawRequest.d.ts.map