UNPKG

@okxweb3/coin-stellar

Version:

@ok/coin-stellar is a Stellar SDK for building Web3 wallets and applications. It supports Stellar and PI blockchains, enabling private key management, address generation, transaction signing, trustline creation, and asset transfers

13 lines (12 loc) 479 B
export class FeeBumpTransaction extends TransactionBase { constructor(envelope: any, networkPassphrase: any); _feeSource: string; _innerTransaction: Transaction; readonly get innerTransaction(): Transaction; readonly get operations(): Operation[]; readonly get feeSource(): string; signatureBase(): Buffer; toEnvelope(): xdr.TransactionEnvelope; } import { TransactionBase } from "./transaction_base"; import { Transaction } from "./transaction";