View Source WeChat.CardSignature (elixir_wechat_fork v0.5.1)

A WeChat Card signature expression.

Summary

Types

@type t() :: %WeChat.CardSignature{
  noncestr: String.t(),
  timestamp: integer(),
  value: String.t()
}