• Broadcasts a certificate to the blockchain.

    Parameters

    • pem: pems | Pick<CertificatePem, "publicKey" | "cert">

      The certificate PEM object.

    • owner: string

      The owner of the certificate.

    • client: SigningStargateClient

      The Stargate client used for signing and broadcasting.

    Returns Promise<DeliverTxResponse>

    A promise that resolves to the transaction response.