Interface FeeCalculator

Calculator for transaction fees.

Deprecated

Deprecated since Solana v1.8.0.

interface FeeCalculator {
    lamportsPerSignature: number;
}

Properties

lamportsPerSignature: number

Cost in lamports to validate a signature.

Generated using TypeDoc