@tatumio/tatum-v1
Version:
Tatum API client allows browsers and Node.js clients to interact with Tatum API.
11 lines (10 loc) • 340 B
TypeScript
import { FlowMnemonicOrPrivateKeyOrSignatureId } from './FlowMnemonicOrPrivateKeyOrSignatureId';
export declare class FlowArgs {
value: string | string[];
type: string;
subType?: string;
}
export declare class TransferFlowCustomTx extends FlowMnemonicOrPrivateKeyOrSignatureId {
transaction: string;
args: FlowArgs[];
}