Documentation
¶
Index ¶
Constants ¶
View Source
const (
SubModName = "acl"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AclCtx ¶
type LedgerRely ¶
type LedgerRely interface {
// 从创世块获取创建合约账户消耗gas
GetNewAccountGas() (int64, error)
// 获取状态机最新确认快照
GetTipXMSnapshotReader() (ledger.XMSnapshotReader, error)
}
Click to show internal directories.
Click to hide internal directories.