interface CovenantUnbondingSignatureDto {
    pk: string;
    sig: string;
}

Properties

Properties

pk: string

The covenant public key

sig: string

The signature

Generated using TypeDoc