UNPKG

223 BTypeScriptView Raw
1/**
2 * Common `Hash256String`s.
3 */
4export declare const Hash256: {
5 /**
6 * `Hash256String` of the NEO `Asset`.
7 */
8 NEO: string;
9 /**
10 * `Hash256String` of the GAS `Asset`.
11 */
12 GAS: string;
13};