BaseApprovedProposal: {
    [key: string]: {
        psbt: string;
    };
}

Type declaration

  • [key: string]: {
        psbt: string;
    }
    • psbt: string

Generated using TypeDoc