You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(sdk-core): change BaseTransaction.id return type to string | undefined
Update BaseTransaction.id getter return type from string to
string | undefined to accurately reflect that transaction IDs
may not be available before signing/serialization.
Propagate the type change to all downstream coin modules:
- sdk-coin-ada: update explainTransaction return type and test assertions
- sdk-coin-apt: update TxData.id type
- sdk-coin-dot: update test assertions
- sdk-coin-flrp: update test assertions
- sdk-coin-near: update test assertions
- sdk-coin-sui: update Transaction<T>.id getter return type
- sdk-coin-ton: update TxData.id and local ITransactionExplanation.id types
- sdk-coin-vet: update VetTransactionData.id type and test assertions
BTC-0
TICKET: BTC-0
0 commit comments