UNPKG
@protokol/notarization-transactions
Version:
beta (1.0.0-beta.3)
latest (1.0.0-beta.0)
1.0.0-beta.3
1.0.0-beta.2
1.0.0-beta.1
1.0.0-beta.0
Transaction Types For Notarization Support
protokol.com
protokol/ebsi
@protokol/notarization-transactions
/
dist
/
defaults.d.ts
5 lines
(4 loc)
•
93 B
TypeScript
View Raw
1
2
3
4
5
import
{
FeeType
}
from
"./enums"
;
export
declare
const
defaults
: {
feeType
:
FeeType
; };