getDefaultLamportsDecoder

function getDefaultLamportsDecoder(): FixedSizeDecoder<Lamports, 8>;

Returns a decoder that you can use to decode a byte array representing a 64-bit little endian number to a Lamports value.

Returns

FixedSizeDecoder<Lamports, 8>

On this page