Function deserializeLayout
- deserializeLayout<L, B>(layout, encoded, offset?, consumeAll?): B extends true
? layout.LayoutToType<L>
: readonly [layout.LayoutToType<L>, number]
-
Parameters
-
layout: L
-
encoded: Uint8Array
-
Optional
offset: number
-
Optional
consumeAll: B