emulator.certificatewithdeposit
Home > @blaze-cardano/emulator > CertificateWithDeposit
CertificateWithDeposit type
Signature:
export type CertificateWithDeposit = CertificateCore & {
deposit?: number | bigint;
};
Home > @blaze-cardano/emulator > CertificateWithDeposit
Signature:
export type CertificateWithDeposit = CertificateCore & {
deposit?: number | bigint;
};