interface DelegateRepresentativeRetirement {
    delegateRepresentative: DelegateRepresentative;
    deposit: ValueAdaOnly;
    type: "delegateRepresentativeRetirement";
}

Properties

delegateRepresentative: DelegateRepresentative
deposit: ValueAdaOnly
type: "delegateRepresentativeRetirement"