@renegade-fi/renegade-sdk
    Preparing search index...

    Interface GasSponsorshipInfo

    interface GasSponsorshipInfo {
        refund_address?: string;
        refund_amount: bigint;
        refund_native_eth: boolean;
    }
    Index

    Properties

    refund_address?: string
    refund_amount: bigint
    refund_native_eth: boolean