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