interface DelegateRepresentativeRegistration {
    delegateRepresentative: DelegateRepresentative;
    deposit: ValueAdaOnly;
    metadata?: Anchor;
    type: "delegateRepresentativeRegistration";
}

Properties

delegateRepresentative: DelegateRepresentative
deposit: ValueAdaOnly
metadata?: Anchor
type: "delegateRepresentativeRegistration"