Interface BeneficiaryRoute

interface BeneficiaryRoute {
    account: string;
    weight: number;
}

Properties

Properties

account: string
weight: number