isOfflineWalletJsonSafe
export function isOfflineWalletJsonSafe(
input: unknown,
onFalse: NotifyOnFalse
): input is OfflineWalletJsonSafe
Asserts the content of input Superfluous properties are ignored
Arguments
1. input
input: unknown
2. onFalse
onFalse: NotifyOnFalse
optional error message notifier
Returns
input is OfflineWalletJsonSafe