UNPKG

@ledgerhq/coin-mina

Version:
43 lines 1.07 kB
export declare const addNetworkIdentifier: (data: object) => { network_identifier: { blockchain: string; network: string; }; }; export declare const buildAccountIdentifier: (address: string) => { account_identifier: { address: string; metadata: { token_id: string; }; }; }; export declare function makeTransferPayload(from: string, to: string, feeNano: number, valueNano: number): { operations: { operation_identifier: { index: number; }; relatedOps: { related_operations?: never; } | { related_operations: { index: number; }[]; }; type: string; account: { address: string; metadata: { token_id: string; }; }; amount: { value: string; currency: { symbol: string; decimals: number; }; }; }[]; }; //# sourceMappingURL=utils.d.ts.map