Properties
nExtension
nExtension: {
decode: ((buf: Uint8Array) => {
k: Uint8Array;
kr: Uint8Array;
kzero: Uint8Array;
n: number | Long;
pubkey: Uint8Array;
refgid: Uint8Array;
t: number | Long;
});
encode: ((data: Omit<InExtension, "selector">) => Uint8Array);
} = ...
Type declaration
-
decode: ((buf: Uint8Array) => {
k: Uint8Array;
kr: Uint8Array;
kzero: Uint8Array;
n: number | Long;
pubkey: Uint8Array;
refgid: Uint8Array;
t: number | Long;
})
-
- (buf: Uint8Array): {
k: Uint8Array;
kr: Uint8Array;
kzero: Uint8Array;
n: number | Long;
pubkey: Uint8Array;
refgid: Uint8Array;
t: number | Long;
}
-
Returns {
k: Uint8Array;
kr: Uint8Array;
kzero: Uint8Array;
n: number | Long;
pubkey: Uint8Array;
refgid: Uint8Array;
t: number | Long;
}
-
k: Uint8Array
-
kr: Uint8Array
-
kzero: Uint8Array
-
n: number | Long
-
pubkey: Uint8Array
-
refgid: Uint8Array
-
t: number | Long
-
encode: ((data: Omit<InExtension, "selector">) => Uint8Array)
-
- (data: Omit<InExtension, "selector">): Uint8Array
-
Parameters
-
data: Omit<InExtension, "selector">
Returns Uint8Array
nReduction
nReduction: {
decode: ((buf: Uint8Array) => {
k: Uint8Array;
n: number | Long;
refgid: Uint8Array;
t: number | Long;
});
encode: ((data: Omit<InReduction, "selector">) => Uint8Array);
} = ...
Type declaration
-
decode: ((buf: Uint8Array) => {
k: Uint8Array;
n: number | Long;
refgid: Uint8Array;
t: number | Long;
})
-
- (buf: Uint8Array): {
k: Uint8Array;
n: number | Long;
refgid: Uint8Array;
t: number | Long;
}
-
Returns {
k: Uint8Array;
n: number | Long;
refgid: Uint8Array;
t: number | Long;
}
-
k: Uint8Array
-
n: number | Long
-
refgid: Uint8Array
-
t: number | Long
-
encode: ((data: Omit<InReduction, "selector">) => Uint8Array)
-
- (data: Omit<InReduction, "selector">): Uint8Array
-
Parameters
-
data: Omit<InReduction, "selector">
Returns Uint8Array
tExtension
tExtension: {
decode: ((buf: Uint8Array) => {
n: number | Long;
refgid: Uint8Array;
t: number | Long;
});
encode: ((data: Omit<ItExtension, "selector">) => Uint8Array);
} = ...
Type declaration
-
decode: ((buf: Uint8Array) => {
n: number | Long;
refgid: Uint8Array;
t: number | Long;
})
-
- (buf: Uint8Array): {
n: number | Long;
refgid: Uint8Array;
t: number | Long;
}
-
Returns {
n: number | Long;
refgid: Uint8Array;
t: number | Long;
}
-
n: number | Long
-
refgid: Uint8Array
-
t: number | Long
-
encode: ((data: Omit<ItExtension, "selector">) => Uint8Array)
-
- (data: Omit<ItExtension, "selector">): Uint8Array
-
Parameters
-
data: Omit<ItExtension, "selector">
Returns Uint8Array
tReduction
tReduction: {
decode: ((buf: Uint8Array) => {
n: number | Long;
refgid: Uint8Array;
t: number | Long;
});
encode: ((data: Omit<ItReduction, "selector">) => Uint8Array);
} = ...
Type declaration
-
decode: ((buf: Uint8Array) => {
n: number | Long;
refgid: Uint8Array;
t: number | Long;
})
-
- (buf: Uint8Array): {
n: number | Long;
refgid: Uint8Array;
t: number | Long;
}
-
Returns {
n: number | Long;
refgid: Uint8Array;
t: number | Long;
}
-
n: number | Long
-
refgid: Uint8Array
-
t: number | Long
-
encode: ((data: Omit<ItReduction, "selector">) => Uint8Array)
-
- (data: Omit<ItReduction, "selector">): Uint8Array
-
Parameters
-
data: Omit<ItReduction, "selector">
Returns Uint8Array
Static
selectors
selectors: Record<TransactionType, Uint8Array> = ...
nExtension k.