UNPKG

@solana/transaction-messages

Version:

Helpers for creating transaction messages

3 lines 344 B
import { TransactionMessageWithBlockhashLifetime, TransactionMessageWithDurableNonceLifetime } from '../index'; export declare function getCompiledLifetimeToken(lifetimeConstraint: (TransactionMessageWithBlockhashLifetime | TransactionMessageWithDurableNonceLifetime)['lifetimeConstraint']): string; //# sourceMappingURL=lifetime-token.d.ts.map