Mayson Monorepo Documentation
    Preparing search index...
    interface Treasury {
        received_credits: string[];
        received_debits: string[];
        transaction: string;
    }
    Index

    Properties

    received_credits: string[]

    The array of ReceivedCredits associated with this authorization

    received_debits: string[]

    The array of ReceivedDebits associated with this authorization

    transaction: string

    The Treasury Transaction associated with this authorization