getSysvarRecentBlockhashesCodec

function getSysvarRecentBlockhashesCodec(): VariableSizeCodec<SysvarRecentBlockhashes>;

Returns a codec that you can use to encode from or decode to SysvarRecentBlockhashes

Returns

VariableSizeCodec<SysvarRecentBlockhashes>

Deprecated

Transaction fees should be determined with the GetFeeForMessageApi.getFeeForMessage RPC method. For additional context see the Comprehensive Compute Fees proposal.

See

On this page